home *** CD-ROM | disk | FTP | other *** search
/ Inside Mac Games Volume 4 #9 / IMG 40 Sep 1996.iso / More Goodies / More for Your Game / Escape Velocity / EV Utilities / EVBible / EVBible.rsrc / TEXT_142.txt < prev    next >
Text File  |  1996-08-05  |  5KB  |  94 lines

  1. ‚Ä¢ The sh√Øp resource
  2.  
  3.     Spaceships are the heart of EV, so the ship resource contains a lot of info. The name of a ship class, which is seen in the targeting display, corresponds to the name of the ship resource. The first nine fields give EV some general performance info on each ship type:
  4.  
  5. Holds    Cargo capacity, in tons. Put a negative sign in front of this value if you want to prevent the player from purchasing mass expansions. (e.g. a value of -100 would mean 100 tons of hold space but no mass expansions allowed)
  6.  
  7. Shield    Shield strength. (Player‚Äôs shield is a bit stronger than this)
  8.  
  9. Accel    Acceleration magnitude. 300 is considered an average value.
  10.  
  11. Speed    Top speed. 300 is also an average value here.
  12.  
  13. Maneuver    Turn rate. 1 ‚âà 30¬∞/sec.
  14.  
  15. Fuel    Fuel capacity. 100 = 1 jump.
  16.  
  17. FreeMass    Space available to add additional items and upgrades. Note that this is in addition to the space taken up by the ship‚Äôs stock weapons. (e.g. a ship with 20 tons listed in FreeMass and 10 tons of stock weapons will actually have 30 tons of expansion space, with 20 available.)
  18.  
  19. Armor    Armor strength. Armor takes damage when shields go down, and when a ship‚Äôs is 2/3 gone it becomes disabled.
  20.  
  21. ShieldRe    Shield recharge speed, in number of frames per shield percentage point regenerated; bigger numbers here make for slower recharging. 30 ‚âà 1% per second.
  22.  
  23.  
  24. The next twelve fields tell EV which stock weapons to put on your ship when you first buy it:
  25.  
  26. WeapType (x4)    ID numbers of weapon types
  27.     -1 or 0    No weapon
  28.     128-191    Add this weapon type
  29.  
  30. WeapCount (x4)    How many of each of the above weapons to add
  31.     -1 or 0    None
  32.     1 and up    Add this many
  33.  
  34. AmmoLoad (x4)    The standard ammo load for weapons that need it, or ignored for those that don‚Äôt
  35.     -1 or 0    No ammo
  36.     1 and up    Include this many rounds of ammo
  37.  
  38.  
  39. The next two fields tell EV what this ship‚Äôs maximum loadout of fixed guns and turreted weapons is. Each ship has an inherent upper limit on fixed guns and turrets, in order to keep them from becoming absurdly powerful. (e.g. a bulk freighter has lots of room to add weapons, but is limited to a single turret for defense) The fields are:
  40.  
  41. MaxGun    The ship‚Äôs maximum number of fixed guns, which are flagged in the WeapFlag field of the outf resource.
  42.  
  43. MaxTur    The ship‚Äôs maximum number of turrets, which are flagged in the WeapFlag field of the outf resource.
  44.  
  45.  
  46. The next field tells EV where this ship is available for purchase:
  47.  
  48. TechLevel    What the technology level of the ship is. This ship will be available at all shipyards with a tech level of this value or higher. (The exception to this rule invloves the SpecialTech fields of the sp√∂b resource; see the section on sp√∂b resources for more information.)
  49.  
  50.  
  51. The next field, Cost, tells EV how much to charge you when you buy this ship. The cost of buying a ship is always the cost of the new ship minus 25% of the original cost of your current ship and upgrades. (i.e. you always "trade up" to a new ship) 
  52.  
  53. The next field stores info on how the ship explodes:
  54.  
  55. DeathDelay    The number of frames the ship "disintegrates" before finally exploding.
  56.     0-59    The ship disintegrates for this number of frames and then disappears in a single fireball.
  57.     60+    The ship disintegrates for this number of frames and then disappears in a huge explosion. The exact size of the resulting fireball is proportional to the ship's mass. (see below)
  58.  
  59.  
  60. The next four fields tell EV where the ship's turrets should fire from:
  61.  
  62. TurretYDisp (x4)    Exactly where on the Y-axis of the ship the turrets should fire from. EV cycles through each of these four values in turn as the turrets are fired.
  63.     0    Fire from exact center of the ship graphic
  64.     1 and up    Fire from this many pixels forward of center
  65.     -1 and below    Fire from this many pixels aft of center
  66.  
  67.  
  68. The next two fields store info on the physical dimensions of the ship:
  69.  
  70. Mass    The mass of the ship, in tons. This doesn't affect acceleration or speed at all, but it does affect travel time in hyperspace and the display on the density scanner. Also, the blast radius and impact strength when the ship explodes is proportional to its mass.
  71.     1-99    1 day per jump, small blip on density scanner
  72.     100-199    2 days per jump, large blip on density scanner
  73.     200 and up    3 days per jump, large blip on density scanner
  74.  
  75. Length    The ship's length in meters. Currently unused in any calculations, but it‚Äôs kinda cool, so it‚Äôs displayed in the "detailed ship info" dialog.
  76.  
  77.  
  78. The next field tells EV what kind of AI the ship will have if it's not created in connection with a dude resource. The only place this field is useful is when a ship is created as an escort ship; otherwise, it's ignored:
  79.  
  80. InherentAI    What AI the ship uses when it's escorting the player.
  81.     1-3    Use this kind of AI. (see the AI descriptions above)
  82.  
  83.  
  84. The next field contains the number of crew members that are on each type of ship, and the field after that tells EV whether or not the item's availability is linked to the completion of a mission:
  85.  
  86. MissionBit    Tells EV whether to offer this ship only if a certain mission bit is set. (see m√Øsn for more info)
  87.     -1    Ignored
  88.     0-255    Offer the ship only if this mission bit is set
  89.  
  90. The next field tells EV what government is associated with a ship type:
  91.  
  92. InherentGovt    -1    No inherent govt for this ship
  93.     128-255    ID of a government to link to this ship
  94.